home *** CD-ROM | disk | FTP | other *** search
/ Mac Cubed 3 / Mac Cubed 3 - Disc 5.iso / Let's Go! Home and Office / Let's Go! Home and Office / 00079_Designer Draw Up.ls < prev    next >
Encoding:
Text File  |  1997-07-14  |  208 b   |  7 lines

  1. on mouseDown
  2.   if buttonClicked() = 1 then
  3.     open("MacCUBED 5:Home and Office:DesignerDraw 5.0.1:DesignerDraw 5.0.1")
  4.     opendoc("MacCUBED 5:Home and Office:DesignerDraw 5.0.1:User's Manual")
  5.   end if
  6. end
  7.